Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 178,129 for

document formatting

(0.57 sec)
  1. Aspose::Words::Fonts::StreamFontSource class | ...

    Aspose::Words::Fonts::StreamFontSource class. Base class for user-defined stream font source. To learn more, visit the Documentation article in C++....the Working with Fonts documentation article. class StreamFontSource...detected that might result in formatting fidelity loss. GetAvailableFonts...

    reference.aspose.com/words/cpp/aspose.words.fon...
  2. CheckGrammarOptions class | Aspose.Words for Py...

    aspose.words.ai.CheckGrammarOptions class. Allows to specify various options while checking grammar of a Document using AI....while checking grammar of a document using AI. Constructors Name...specify either final or revised document to be returned with proofed...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Some content cannot be replaced successfully Wh...

    Sample Code void Main() { InitCoreComponent(); var doc = new Aspose.Words.Document(@"C:\Users\admin\Desktop\demo.docx"); foreach (Paragraph para in doc.GetChildNodes(NodeType.Paragraph, true)) { Range paraRange …...Net to replace a Word document Aspose.Words Product Family...var doc = new Aspose.Words.Document(@"C:\Users\admin\Desktop\demo...

    forum.aspose.com/t/some-content-cannot-be-repla...
  4. HorizontalRuleFormat.height property | Aspose.W...

    HorizontalRuleFormat.height property. Gets or sets the height of the horizontal rule....customize its formatting. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. OfficeMath.nodeType property | Aspose.Words for...

    OfficeMath.nodeType property. Returns [NodeType.OfficeMath](../../../aspose.words/nodetype/#OfficeMath)....math display formatting. let doc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Convert XSLFO to XLSB in Android Apps | product...

    Render XSLFO to XLSB in Android Apps API without using Microsoft Excel or Adobe Reader...markup language for formatting documents, while XLSB is a binary...binary file format used by Microsoft Excel. Converting XSLFO to...

    products.aspose.com/total/android-java/conversi...
  7. ShapeBase class | Aspose.Words for Python

    aspose.words.drawing.ShapeBase class. Base class for objects in the drawing layer, such as an AutoShape, freeform, OLE object, ActiveX control, or picture...the Working with Shapes documentation article. Remarks This is... A shape is a node in the document tree. If the shape is a child...

    reference.aspose.com/words/python-net/aspose.wo...
  8. CheckGrammarOptions class | Aspose.Words for No...

    Aspose.Words.AI.CheckGrammarOptions class. Allows to specify various options while checking grammar of a Document using AI....while checking grammar of a document using AI. Constructors Name...specify either final or revised document to be returned with proofed...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Drawing::ShapeBase::get_IsHorizo...

    Aspose::Words::Drawing::ShapeBase::get_IsHorizontalRule method. Returns true if this shape is a horizontal rule in C++....shape, and customize its formatting. auto doc = System :: MakeObject...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. MemoryFontSource | Aspose.Words for Java

    Represents the single TrueType font file stored in memory in Java....the Working with Fonts documentation article. Examples: Shows...MemoryFontSource(fontBytes, 0); Document doc = new Document(); doc.setFontSettings(new...

    reference.aspose.com/words/java/com.aspose.word...